home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Updaters / RealPC 1.0.2 Update / RealPC Upgrade Disk / UNIXONLY / SW2AUTO.UNX < prev    next >
Encoding:
Text File  |  1998-02-17  |  250 b   |  11 lines

  1. @echo off
  2. c:\insignia\net use f: $SWIN2HOME/local
  3. if not exist f:kbdset.bat goto error
  4. f:kbdset.bat
  5. goto end
  6. :error
  7. echo Cannot configure keyboard. Using defaults.
  8. copy c:\insignia\autoexec.def c:\autoexec.new
  9. :end
  10. c:\insignia\updauto.bat
  11.